Skip to main content

Module: UserFeed

Interfaces

Functions

UserFeed

UserFeed(inProps): JSX.Element

API documentation for the Community-JS User Feed Template. Learn about the available props and the CSS API.

This component renders a specific user's feed template. Take a look at our demo component here

Import

import {UserFeed} from '@selfcommunity/react-templates';

Component Name

The name SCUserFeedTemplate can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserFeedTemplate-rootStyles applied to the root element.

Parameters

NameType
inPropsUserFeedProps

Returns

JSX.Element

Defined in

UserFeed/UserFeed.tsx:140


UserFeedSkeleton

UserFeedSkeleton(): JSX.Element

API documentation for the Community-JS User Feed Skeleton Template. Learn about the available props and the CSS API.

Import

import {UserFeedSkeleton} from '@selfcommunity/react-templates';

Component Name

The name SCUserFeedTemplate-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserFeedTemplate-skeleton-rootStyles applied to the root element.

Returns

JSX.Element

Defined in

UserFeed/Skeleton.tsx:35